home *** CD-ROM | disk | FTP | other *** search
/ The Canadian & World Encyclopedia 1998 / The Canadian & World Encyclopedia 1998 - Disc 2.iso / mac / prime_CD / pb / MENU.DIR / 00217_Script_217 < prev    next >
Text File  |  1997-07-23  |  403b  |  16 lines

  1. on exitFrame
  2. --  case true of
  3. --    (rollover(11)) : 
  4. --      set the volume of sound 1 = 80
  5. --      go to "drawloop"
  6. --    (rollover(12)) : go to "end"
  7. --    (rollover(13)) : 
  8. --      set the volume of sound 1 = 255
  9. --      go to "filmloop"
  10. --    (rollover(14)) : 
  11. --      set the volume of sound 1 = 255
  12. --      go to "archloop"
  13. --    (rollover(15)) : go to "quit"
  14. --  end case
  15. --  
  16. end